/* General layout */

.leftT {
  background-color: #5acfd7;
  color: black;
  padding: 1px 5px;
  border-radius: 1px;
  border-color: #5acfd7;
}

#topL {
  position: fixed;
  top: 2%;
  left: 1%;
}
